home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / python / runtime.d / python-support.rtupdate < prev   
Encoding:
Text File  |  2006-08-02  |  93 b   |  7 lines

  1. #! /bin/sh
  2. set -e
  3.  
  4. if [ "$1" = rtupdate ]; then
  5.   exec /usr/sbin/update-python-modules -a
  6. fi
  7.